type google.golang.org/grpc/internal/resolver/unix.nopResolver

4 uses

	google.golang.org/grpc/internal/resolver/unix (current package)
		unix.go#L57: 	return &nopResolver{}, nil
		unix.go#L64: type nopResolver struct {
		unix.go#L67: func (*nopResolver) ResolveNow(resolver.ResolveNowOptions) {}
		unix.go#L69: func (*nopResolver) Close() {}